Sandbox Argument Provider
class SandboxArgumentProvider(val sandboxConfigDirectory: DirectoryProperty, val sandboxPluginsDirectory: DirectoryProperty, val sandboxSystemDirectory: DirectoryProperty, val sandboxLogDirectory: DirectoryProperty, val splitMode: Provider<Boolean>, val targetProductPart: Provider<SplitModeAware.SplitModeTarget>) : CommandLineArgumentProvider
Provides command line arguments for working in a sandbox environment.
Constructors
Link copied to clipboard
constructor(sandboxConfigDirectory: DirectoryProperty, sandboxPluginsDirectory: DirectoryProperty, sandboxSystemDirectory: DirectoryProperty, sandboxLogDirectory: DirectoryProperty, splitMode: Provider<Boolean>, targetProductPart: Provider<SplitModeAware.SplitModeTarget>)
Properties
Link copied to clipboard
@Optional
@InputDirectory
@PathSensitive(value = PathSensitivity.RELATIVE )
The input directory containing the sandbox configuration files.
Link copied to clipboard
The output directory where the sandbox log files will be written.
Link copied to clipboard
@Optional
@InputDirectory
@PathSensitive(value = PathSensitivity.RELATIVE )
The input directory containing the sandbox plugins.
Link copied to clipboard
The output directory where the sandbox system files will be written.
Link copied to clipboard